The Make Array operator can be used with Crystal syntax only; the Array function can be used with Basic syntax only. See Arrays (Basic Syntax).
Build an array containing the elements x, y, z,...n.
The following examples are applicable to Crystal syntax:
[{file.QTYA}, {file.QTYB}, {file.QTYC}]
[({file.AMT1} * .5),({file.AMT2} * .5), ({file.AMT3} * .25)]
Note: You cannot have more than one data type in an array.
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |